CmakeOptions.compiler

The compiler to use. If CC and CXX environment variables are not specified, it defaults to clang

struct CmakeOptions
auto compiler = "clang";

Meta